Skip to content

build(deps): bump the go-mod group with 5 updates#621

Merged
tstirrat15 merged 1 commit intomainfrom
dependabot/go_modules/go-mod-36fe4c4b35
Feb 2, 2026
Merged

build(deps): bump the go-mod group with 5 updates#621
tstirrat15 merged 1 commit intomainfrom
dependabot/go_modules/go-mod-36fe4c4b35

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the go-mod group with 5 updates:

Package From To
github.com/hamba/avro/v2 2.30.0 2.31.0
github.com/olekukonko/tablewriter 1.1.2 1.1.3
golang.org/x/mod 0.31.0 0.32.0
golang.org/x/net 0.48.0 0.49.0
golang.org/x/term 0.38.0 0.39.0

Updates github.com/hamba/avro/v2 from 2.30.0 to 2.31.0

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.31.0

Final release

This will be the last release for hamba/avro. It will no longer be maintained.

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.30.0...v2.31.0

Commits
  • b022ed5 feat: support reusing the same zstd encoder/decoder. (#585)
  • 2bffcc1 support reseting encoder to reduce load on GC. (#587)
  • 97d31ef Fix zstd potential memory leak (#584)
  • 7579cea chore: bump golang.org/x/tools from 0.39.0 to 0.40.0 in the all group (#588)
  • 9af4aa4 chore: bump github.com/klauspost/compress from 1.18.1 to 1.18.2 in the all gr...
  • dd9ac90 chore: update linter (#580)
  • e4b1671 chore: bump actions/checkout from 5 to 6 in the all group (#579)
  • f6960fb chore: bump golang.org/x/tools from 0.38.0 to 0.39.0 in the all group (#578)
  • cdd6527 chore: bump golangci/golangci-lint-action from 8 to 9 in the all group (#577)
  • 505d33f chore: bump github.com/klauspost/compress from 1.18.0 to 1.18.1 in the all gr...
  • Additional commits viewable in compare view

Updates github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3

Commits
  • ce018e6 fix read me update version
  • e3130fb Merge pull request #309 from olekukonko/narrow
  • 975f050 update ll
  • d4923d8 add more emoji & unicode test #308
  • c8c2b21 separate tint
  • 7097b13 Fix ForceNarrowBorders for generates long strings of border characters - Upda...
  • d02c460 revert go mod to go 1.21 and update dependencies to avoid breaking changes
  • dd95aca add clarity
  • ca4e3ac clearer environment debugging information
  • b31b038 use auto detection as default
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.31.0 to 0.32.0

Commits

Updates golang.org/x/net from 0.48.0 to 0.49.0

Commits
  • d977772 go.mod: update golang.org/x dependencies
  • eea413e internal/http3: use go1.25 synctest.Test instead of go1.24 synctest.Run
  • 9ace223 websocket: add missing call to resp.Body.Close
  • 7d3dbb0 http2: buffer the most recently received PRIORITY_UPDATE frame
  • See full diff in compare view

Updates golang.org/x/term from 0.38.0 to 0.39.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-mod group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.30.0` | `2.31.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.2` | `1.1.3` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.31.0` | `0.32.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.48.0` | `0.49.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.38.0` | `0.39.0` |


Updates `github.com/hamba/avro/v2` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/hamba/avro/releases)
- [Commits](hamba/avro@v2.30.0...v2.31.0)

Updates `github.com/olekukonko/tablewriter` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.1.2...v1.1.3)

Updates `golang.org/x/mod` from 0.31.0 to 0.32.0
- [Commits](golang/mod@v0.31.0...v0.32.0)

Updates `golang.org/x/net` from 0.48.0 to 0.49.0
- [Commits](golang/net@v0.48.0...v0.49.0)

Updates `golang.org/x/term` from 0.38.0 to 0.39.0
- [Commits](golang/term@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: github.com/hamba/avro/v2
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Affects dependencies label Feb 1, 2026
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tstirrat15 tstirrat15 merged commit 5293740 into main Feb 2, 2026
17 of 18 checks passed
@tstirrat15 tstirrat15 deleted the dependabot/go_modules/go-mod-36fe4c4b35 branch February 2, 2026 18:24
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/dependencies Affects dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant